Enum-Klasse TextStyleType

java.lang.Object
java.lang.Enum<TextStyleType>
com.inet.pdfc.config.TextStyleType
Alle implementierten Schnittstellen:
Serializable, Comparable<TextStyleType>, Constable

public enum TextStyleType extends Enum<TextStyleType>
List of all possible TextStyles for comparison.
  • Enum-Konstanten - Details

    • SIZE

      public static final TextStyleType SIZE
      Difference for Text Size
    • COLOR

      public static final TextStyleType COLOR
      Difference for Text Color
    • FONT

      public static final TextStyleType FONT
      Difference for Text Fontfamily
    • STYLES

      public static final TextStyleType STYLES
      Difference for Text Styles (Bold, italic, underline
    • ROTATION

      public static final TextStyleType ROTATION
      Differences in text rotation
    • SPACING

      public static final TextStyleType SPACING
      Differences for spaces and line breaks that are not a semantical difference but rather improvements to the visual appearance
      Seit:
      i-net PDFC 6.1
    • SPACE_COUNT

      public static final TextStyleType SPACE_COUNT
      Differences in the number of spaces between two words with the condition that that there at least is a space. Such difference is usually not a difference in the content of the document but only affects the optics.
  • Methodendetails

    • values

      public static TextStyleType[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static TextStyleType valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird